home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / Program_Files / NeuroSolutions.exe / 1033 / string.txt next >
Encoding:
Text File  |  2002-03-08  |  22.6 KB  |  474 lines

  1. 101    OLE initialization failed.  Make sure that the OLE libraries are the correct version.
  2. 102    MacroWizard
  3. 104    %lu KB
  4. 105    %lu KB Free on %c:
  5. 106    Unavailable
  6. 109    Displays a Tip of the Day.
  7. 110    Ti&p of the Day...
  8. 111    Did you know...
  9. 112    Tips file does not exist in the prescribed directory
  10. 113    Trouble reading the tips file
  11. 114    &Help
  12. 120    Failed to get Clipboard data!
  13. 121    Failed to create object.  Make sure the object is entered in the system registry.
  14. 128    NeuroSolutions
  15. 129    \nBreadboard\nBreadboard\nNeuroSolutions Breadboards (*.nsb)\n.nsb\nNeuroSolutions.Breadboard\nNeuroSolutions Document
  16. 130    \nMacro\nMacro\nNeuroSolutions Macros (*.nsm)\n.nsm\nNeuroSolutions.Macro\nNeuroSolutions Macro
  17. 132    Failed to open Clipboard!
  18. 1001    A layer of PEs with transfer function y = x\nAxon
  19. 1002    A layer of PEs with transfer function y = x+bias\nBiasAxon
  20. 1007    A layer of PEs with transfer function y = sign(x+bias)\nThresholdAxon
  21. 1025    A layer of PEs with transfer function y = tanh(x+bias)\nTanhAxon
  22. 1027    A layer of PEs with transfer function y = 1 / (1+exp(-x-bias))\nSigmoidAxon
  23. 1029    Passes data between the PEs in two axons\nSynapse
  24. 1030    Fully connects each PE in its input axon to every PE in its output axon, i.e. performs a matrix multiplication\nFullSynapse
  25. 1031    Arbitrarily connects PEs from its input axon to the PEs in its output axon, i.e. performs a sparse matrix multiplication\nArbitrarySynapse
  26. 1032    Attaches a tapped delay line (TDL) to every PE at its input, i.e. a multivariate TDL memory structure\nTDNNAxon
  27. 1033    Attaches a Gamma memory to every PE at its input\nGammaAxon
  28. 1301    A layer of PEs with transfer function y = beta*x + bias\nLinearAxon
  29. 1302    A piecewise linear version of the SigmoidAxon\nLinearSigmoidAxon
  30. 1303    A piecewise linear version of the TanhAxon\nLinearTanhAxon
  31. 1304    A layer of PEs with the soft-max transfer function, typically used as the output layer in classification networks\nSoftMaxAxon
  32. 1306    A layer of PEs with normalized local feedback through individual time constants\nIntegratorAxon
  33. 1307    A layer of PEs with transfer function y = exp[-beta*(x+bias)^2]\nGaussianAxon
  34. 1308    Attaches a Laguarre memory to every PE at its input\nLaguarreAxon
  35. 1309    Saturated version of the IntegratorAxon (0,1)\nSigmoidIntegratorAxon
  36. 1310    Saturated version of the IntegratorAxon (-1,1)\nTanhIntegratorAxon
  37. 1311    A layer of fuzzy PEs with a standard bell transfer function\nBellFuzzyAxon
  38. 1312    A layer of PEs duplicated N times\nExpanderAxon
  39. 1313    The layer of PEs from the input duplicated N times\nExpanderSynapse
  40. 1314    layer of PEs with transfer function y = xi*(1 / (1+exp(-xi-bias)))/sum(xi)\nNormalizedSigmoidAxon
  41. 1315    The layer of PEs from the input are contracted by a factor of N\nContractorSynapse
  42. 1316    A layer of PEs with N outputs and 2N inputs such that each output is the product of 2 inputs\nCombinerAxon
  43. 1317    layer of PEs with transfer function y = xi/sum(xi)\nNormalizedAxon
  44. 1318    A fully connected synapse that excludes the connections between modules\nModularSynapse
  45. 1319    The layer of PEs from the input are fed to the first N PEs of the output\nTopCombinerSynapse
  46. 1320    The layer of PEs from the input are fed to the last N PEs of the output\nBottomCombinerSynapse
  47. 1321    A layer of fuzzy PEs with a gaussian transfer function\nGaussianFuzzyAxon
  48. 1323    Last Synapse for Support Vector Machines\nSVMOutputSynapse
  49. 1324    The layer of PEs from the input are fed to a subset of PEs of the output\nCombinerSynapse
  50. 1603    A layer of PEs where only one is active, i.e. set to one, at any given time\nWinnerTakeAllAxon
  51. 1606    A layer of PEs with local feedback through individual time constants\nContextAxon
  52. 1607    Saturated version of the ContextAxon (-1,1)\nTanhContextAxon
  53. 1608    Saturated version of the ContextAxon (0,1)\nSigmoidContextAxon
  54. 2001    Backpropagation support for Axon\nBackAxon
  55. 2002    Backpropagation support for BiasAxon\nBackBiasAxon
  56. 2003    Backpropagation support for TanhAxon\nBackTanhAxon
  57. 2004    Backpropagation support for SigmoidAxon\nBackSigmoidAxon
  58. 2006    Backpropagation support for TDNNAxon\nBackTDNNAxon
  59. 2007    Backpropagation support for GammaAxon\nBackGammaAxon
  60. 2008    Backpropagation support for Synapse\nBackSynapse
  61. 2009    Backpropagation support for FullSynapse\nBackFullSynapse
  62. 2010    Backpropagation support for ArbritrarySynapse\nBackArbitrarySynapse
  63. 2011    Backpropagation support for all error criteria\nBackCriteriaControl
  64. 2012    Backpropagation support for LaguarreAxon\nBackLaguarreAxon
  65. 2015    Backpropagation support for LinearAxon\nBackLinearAxon
  66. 2018    Backpropagation support for NormalizedSigmoidAxon\nBackNormalizedSigmoidAxon
  67. 2019    Backpropagation support for BellFuzzyAxon\nBackBellFuzzyAxon
  68. 2021    Backpropagation support for CombinerAxon\nBackCombinerAxon
  69. 2022    Backpropagation support for NormalizedAxon\nBackNormalizedAxon
  70. 2023    Backpropagation support for GaussianFuzzyAxon\nBackGaussianFuzzyAxon
  71. 2222    Backpropagation support for IntegratorAxon\nBackIntegratorAxon
  72. 2224    Backpropagation support for SigmoidIntegratorAxon\nBackSigmoidIntegratorAxon
  73. 2225    Backpropagation support for TanhIntegratorAxon\nBackTanhIntegratorAxon
  74. 2226    Backpropagation support for ContextAxon\nBackContextAxon
  75. 2227    Backpropagation support for SigmoidContextAxon\nBackSigmoidContextAxon
  76. 2228    Backpropagation support for TanhContextAxon\nBackTanhContextAxon
  77. 3901    Boxcar metric\nL1Criterion
  78. 3902    Standard euclidean metric, mean squared error (MSE)\nL2Criterion
  79. 3903    Arbitrary moment metric\nLpCriterion
  80. 3904    Approximation to the max metric, using tan(MSE)\nLinfinityCriterion
  81. 3905    Euclidean metric, mean squared error (MSE), modified for temporal data\nL2TemporalCriterion
  82. 3906    Modified version of the L2Criterion for implementation of Support Vector Machines\nSVML2Criterion
  83. 4006    FullSynapse with Hebbian learning\nHebbianFull
  84. 4007    FullSynapse with Oja's unsupervised learning\nOjasFull
  85. 4008    FullSynapse with Sanger's unsupervised learning\nSangersFull
  86. 4009    FullSynapse with standard competitive learning\nStandardFull
  87. 4010    FullSynapse with conscience competitive learning\nConscienceFull
  88. 4011    FullSynapse with 1D neighborhood Kohonen SOFM learning\nLineKohonen
  89. 4012    FullSynapse with square 2D neighborhood Kohonen SOFM learning\nSquareKohonen
  90. 4013    FullSynapse with diamond 2D neighborhood Kohonen SOFM learning\nDiamondKohonen
  91. 4014    First Synapse for Support Vector Machines\nSVMInputSynapse
  92. 10915    Weight update with fixed step size\nStep
  93. 10916    Weight update with fixed step size and momentum\nMomentum
  94. 10917    Weight update with the Delta-Bar-Delta algorithm\nDeltaBarDelta
  95. 10918    Weight update with the Quickprop algorithm\nQuickprop
  96. 10919    Weight update by the Conjugate Gradient method\nConjugateGradient
  97. 10920    Weight update for Support Vector Machines\nSVMStep
  98. 13201    Displays data as a matrix of floating point numbers\nMatrixViewer
  99. 13202    Stores data across time for use with temporal probes\nDataStorage
  100. 13204    Displays temporal data, typically stored within a DataStorage component, as multichannel  traces\nMegaScope
  101. 13206    Displays temporal data in 3D state space\nStateSpaceProbe
  102. 13207    Converts data from the time domain into the frequency domain\nSpectralTransform
  103. 13208    Displays network data as a bitmap image\nImageViewer
  104. 13209    Displays pairs of data channels in a 2D scatter plot\nScatterPlot
  105. 13210    Displays data as an editable matrix of floating point numbers\nMatrixEditor
  106. 13222    Displays data as a bar chart\nBarChart
  107. 13223    Displays data as a Hinton Graph\nHinton
  108. 13225    Collects data in an ASCII text or binary file\nDataWriter
  109. 13238    A user defined transformer through dynamic link libraries\nTransformer
  110. 15204    Sends global control messages when data falls below or above a user defined threshold\nThresholdTransmitter
  111. 15205    Sends global control messages when the data change falls below or above a user defined threshold\nDeltaTransmitter
  112. 15206    Connects a DataStorage component to the data at several access points\nDataStorageTransmitter
  113. 17900    Alters the data with a linear schedule during a simulation\nLinearScheduler
  114. 17901    Alters the data with an exponential schedule during a simulation\nExpScheduler
  115. 17902    Alters the data with a logrithmic schedule during a simulation\nLogScheduler
  116. 20526    You must select a shortcut before clicking Remove.
  117. 20527    You must select a macro before clicking Create.
  118. 20528    Reset All will set all shortcuts back to their defaults.  Any shortcuts you have created will be forgotten.  Are you sure you want to do this?
  119. 20529    (Unassigned)
  120. 20530    That key combination is reserved and may not be reassigned.
  121. 20531    New (Insert)
  122. 20532    Delete (Delete)
  123. 20533    Move Up (Alt+Up Arrow)
  124. 20534    Move Down (Alt+Down Arrow)
  125. 20535    Press the Ctrl key to prevent docking.
  126. 20536    &Reset
  127. 20537    &Delete
  128. 20538    Customize
  129. 20617    Enter
  130. 20618    Error 
  131. 20619    Menu bar
  132. 20621     [Design]
  133. 20622    TabStop
  134. 20623     Visible
  135. 20624    noclose
  136. 20625    Select Directory
  137. 20626    Select File
  138. 20627    .%if
  139. 20628    &Undo    Ctrl+Z
  140. 20629    Cu&t    Ctrl+X
  141. 20630    &Copy    Ctrl+C
  142. 20631    &Paste    Ctrl+V
  143. 20632    &Delete    Delete
  144. 20633    Select &All
  145. 20634    Select Directory
  146. 20635    T
  147. 20636    C
  148. 20637    CE
  149. 20638    <-
  150. 20639    %
  151. 20640    7
  152. 20641    8
  153. 20642    9
  154. 20643    /
  155. 20644    4
  156. 20645    5
  157. 20646    6
  158. 20647    *
  159. 20648    1
  160. 20649    2
  161. 20650    3
  162. 20651    -
  163. 20652    0
  164. 20653    +
  165. 20654    0
  166. 20655    Hide docked window
  167. 20656    ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
  168. 20657    Expand docked window
  169. 20658    Contract docked window
  170. 20659    About 
  171. 20660    &Windows...
  172. 20661    SECSplashWnd
  173. 20662    SECSplashWndParent
  174. 20663    Did you know...
  175. 20664    &Workspaces...
  176. 20665    Workspace Manager
  177. 20666    Invalid workspace name.
  178. 20667    Workspace '%s' already exists. Please enter a unique workspace name.
  179. 20668    Invalid workspace name.
  180. 20669    Workspace '%s' already exists. Please enter a unique workspace name.
  181. 20670    Save new workspace '%s'?\n
  182. 20671    Workspaces
  183. 20672    <None>
  184. 20673    You must select an item for this operation
  185. 20674    ToolBar%d
  186. 20675    SECCryptoFile cannot be opened in both Output Feedback (OFB) mode and CFile::modeReadWrite.
  187. 20676    Overview Window
  188. 20677    Alt + 
  189. 20678    (No description available)
  190. 20679    No Preview...
  191. 20680    Select Program
  192. 20681    Programs|*.exe;*.pif;*.com;*.bat|All files (*.*)|*.*||
  193. 20682    Select Initial Directory
  194. 20683    (new tool)
  195. 20684    The menu text cannot be blank
  196. 20685    (none)
  197. 20686    Open Workspace
  198. 20687    Workspaces
  199. 20688    All Files
  200. 20689    Save Workspace
  201. 20690    Invalid workspace. Operation has been cancelled.
  202. 23100    &Other...
  203. 23101    Rotate90: Error, unsupported format.
  204. 25408    Generates function input data\nFunction
  205. 25409    Generates noise input data\nNoise
  206. 25410    Reads input data from the file system\nFile
  207. 25411    A user defined input through dynamic link libraries\nDLLInput
  208. 25412    A user defined preprocessor through dynamic link libraries\nDLLPreprocessor
  209. 25413    A user defined input through an OLE function call (setInputData)\nOLEInput
  210. 25600    The number of PEs does not match the number of columns selected from the file. Would you like to have the number of PEs modified?
  211. 25601    You have elected to change the block structure.
  212. 29200    Simulation control for recurrent systems\nDynamicControl
  213. 29201    Simulation control for static backprop\nBackStaticControl
  214. 29202    Simulation control for static systems\nStaticControl
  215. 29203    Simulation control for recurrent backprop and backprop through time\nBackDynamicControl
  216. 29204    Simulation control for cross validation in static systems\nStaticTestSetControl
  217. 32011    Launches the NeuralBuilder utility to contruct a new neural network Recommended for advanced users.\nNeuralBuilder
  218. 32012    Runs the NeuroSolutions for Excel add-in. Requires the installation of Excel and NeuroSolutions for Excel.\nNeuroSolutions for Excel
  219. 32013    Launches the Custom Solution Wizard utility to create a DLL from your NeuroSolutions breadboard. Requires that CSW be installed.\nCustom Solution Wizard
  220. 32014    Launches the NeuralExpert utility to guide you through the construction of a new neural network.\nNeuralExpert
  221. 32015    Launches the TestingWizard to run a testing set through your neural network and display the results.\nTestingWizard
  222. 32786    Get the selection cursor\nSelection Cursor
  223. 32791    Pointer object which can be used for demonstration purposes\nArrowEngine
  224. 32792    Edit cell which can be used to enter user-defined parameters\nEditEngine
  225. 32794    Aligns selected components to all have the same top edge\nAlign Top
  226. 32796    Aligns selected components to all have the same left edge\nAlign Left
  227. 32797    Aligns selected components to all have the same right edge\nAlign Right
  228. 32798    Aligns selected components to all have the same bottom edge\nAlign Bottom
  229. 32806    Distributes selected components within the horizontal space between the left-most and right-most components\nSpace Across
  230. 32807    Distributes selected components within the vertical space between the top-most and bottom-most components\nSpace Down
  231. 32809    Brings the selected components to the front of the view\nBring to Front
  232. 32810    Sends the selected components to the back of the view\nSend to Back
  233. 32827    Displays the MacroWizard\nMacroWizard
  234. 32875    A user defined postprocessor through dynamic link libraries\nDLLPostProcessor
  235. 32885    Start the simulation\nStart
  236. 32886    Pause the simulation\nPause
  237. 32888    Reset the network\nReset
  238. 32889    Stops the recording of the current macro and displays the MacroWizard\nStop Recording
  239. 32890    Pauses the recording of the current macro\nPause Recording
  240. 32896    Hide the display windows\nHide Windows
  241. 32902    Randomize the network weights\nRandomize
  242. 32903    Jog the network weights\nJog
  243. 32904    Creates a new macro and begins recording\nRecord New
  244. 32908    Copy the selection and write it to a Clipboard file\nCopy to File
  245. 32909    Insert Clipboard file contents\nPaste from File
  246. 32911    Centers the selected components horizontally\nCenter Horizontal
  247. 32913    Centers the selected components horizontally and vertically\nCenter Objects
  248. 32914    Centers the selected components vertically\nCenter Vertical
  249. 32920    Used to add text to a breadboard\nTextBoxEngine
  250. 32924    Button which can be used to run a macro\nButtonEngine
  251. 32964    Run the simulation for one Epoch\nStep Epoch
  252. 32965    Run the simulation for one Exemplar\nStep Exemplar
  253. 32966    Run the simulation for one epoch\nStep Epoch
  254. 32967    Run the simulation for one exemplar\nStep Exemplar
  255. 32973    Set the Epoch and Exemplar counters to zero without resetting the network\nZero Counters
  256. 32979    Axon to implement Freeman's algorithm\nFreemanAxon
  257. 32981    A user defined transformer through dynamic link libraries\nTransformer
  258. 32986    Run the simulation for one sample\nStep Sample
  259. 33009    Top-level simulation control based on Genetic Algorithms\nGeneticControl
  260. 33011    Function Approximation using Genetic Programming\nGPSynapse
  261. 33041    Graphs temporal data stored in the attached DataStorage component.\nDataGraph
  262. 43004    Show all windows in a dialog
  263. 43005    Load a previously saved workspace
  264. 43006    Save the open windows and their position on the desktop
  265. 43007    Create a new workspace
  266. 43008    Open an existing workspace
  267. 43009    Save the active workspace
  268. 43010    Save your desktop to the named workspace
  269. 43011    Close the active workspace
  270. 43012    Close the active workspace
  271. 43013    Saves the currently open windows to the selected workspace
  272. 43014    Delete the selected workspace
  273. 43015    Activate selected window
  274. 43016    Activate selected window
  275. 43017    Activate selected window
  276. 43018    Activate selected window
  277. 43019    Activate selected window
  278. 43020    Activate selected window
  279. 43021    Activate selected window
  280. 43022    Activate selected window
  281. 43023    Activate selected window
  282. 43024    Activate selected window
  283. 43025    Activate selected window
  284. 43026    Activate selected window
  285. 43027    Activate selected window
  286. 43028    Activate selected window
  287. 43029    Activate selected window
  288. 43030    Activate selected window
  289. 43031    Open the selected workspace
  290. 43032    Open the selected workspace
  291. 43033    Open the selected workspace
  292. 43034    Open the selected workspace
  293. 43035    Open the selected workspace
  294. 43036    Open the selected workspace
  295. 43037    Open the selected workspace
  296. 43038    Open the selected workspace
  297. 43039    Open the Workspace Manager
  298. 43040    Allow Docking
  299. 43041    Hide
  300. 43042    Float In Main Window
  301. 43044    Activates user-defined tool 1\nUser-Tool 1
  302. 43045    Activates user-defined tool 2\nUser-Tool 2
  303. 43046    Activates user-defined tool 3\nUser-Tool 3
  304. 43047    Activates user-defined tool 4\nUser-Tool 4
  305. 43048    Activates user-defined tool 5\nUser-Tool 5
  306. 43049    Activates user-defined tool 6\nUser-Tool 6
  307. 43050    Activates user-defined tool 7\nUser-Tool 7
  308. 43051    Activates user-defined tool 8\nUser-Tool 8
  309. 43052    Activates user-defined tool 9\nUser-Tool 9
  310. 43054    Large Icon\nLarge Icon
  311. 43055    Small Icon\nSmall Icon
  312. 57344    NeuroSolutions
  313. 57345    For Help, press F1
  314. 57346    Select an object on which to get Help
  315. 57600    Create a new document\nNew
  316. 57601    Open an existing document\nOpen
  317. 57602    Close the active document\nClose
  318. 57603    Save the active document\nSave
  319. 57604    Save the active document with a new name\nSave As
  320. 57605    Change the printing options\nPage Setup
  321. 57606    Change the printer and printing options\nPrint Setup
  322. 57607    Print the active document\nPrint
  323. 57609    Display full pages\nPrint Preview
  324. 57616    Open this document
  325. 57617    Open this document
  326. 57618    Open this document
  327. 57619    Open this document
  328. 57620    Open this document
  329. 57621    Open this document
  330. 57622    Open this document
  331. 57623    Open this document
  332. 57624    Open this document
  333. 57625    Open this document
  334. 57626    Open this document
  335. 57627    Open this document
  336. 57628    Open this document
  337. 57629    Open this document
  338. 57630    Open this document
  339. 57631    Open this document
  340. 57632    Delete the selection\nDelete
  341. 57633    Erase everything\nErase All
  342. 57634    Copy the selection and put it on the Clipboard\nCopy
  343. 57635    Cut the selection and put it on the Clipboard\nCut
  344. 57636    Find the specified text\nFind
  345. 57637    Insert Clipboard contents\nPaste
  346. 57639    Insert Clipboard contents with options\nPaste Special
  347. 57640    Repeat the last action\nRepeat
  348. 57641    Replace specific text with different text\nReplace
  349. 57642    Select the entire document\nSelect All
  350. 57643    Undo the last action\nUndo
  351. 57644    Redo the previously undone action\nRedo
  352. 57648    Open another window for the active document\nNew Window
  353. 57649    Arrange icons at the bottom of the window\nArrange Icons
  354. 57650    Arrange windows so they overlap\nCascade Windows
  355. 57651    Arrange windows as non-overlapping tiles\nTile Windows
  356. 57652    Arrange windows as non-overlapping tiles\nTile Windows
  357. 57653    Split the active window into panes\nSplit
  358. 57664    Display program information, version number and copyright\nAbout
  359. 57665    Quit the application; prompts to save documents\nExit
  360. 57666    Opens Help\nHelp Topics
  361. 57667    Display online documentation\nNeuroSolutions Help
  362. 57668    Display instructions about how to use help\nHelp
  363. 57669    Display help for clicked on buttons, menus and windows\nContext-sensitive Help
  364. 57670    Display help for current task or command\nHelp
  365. 57680    Switch to the next window pane\nNext Pane
  366. 57681    Switch back to the previous window pane\nPrevious Pane
  367. 57856    Insert new embedded object\nNew Object
  368. 57857    Edit linked objects\nEdit Links
  369. 57872    Activate embedded or linked object
  370. 59136    EXT
  371. 59137    CAP
  372. 59138    NUM
  373. 59139    SCRL
  374. 59140    OVR
  375. 59141    REC
  376. 59392    Show or hide the toolbar\nToggle ToolBar
  377. 59393    Show or hide the status bar\nToggle StatusBar
  378. 59394    Buttons
  379. 59405    Show or hide the Axon palette\nToggle Axon Palette
  380. 59406    Show or hide the MemoryAxon palette\nToggle MemoryAxon Palette
  381. 61184    Change the window size
  382. 61185    Change the window position
  383. 61186    Reduce the window to an icon
  384. 61187    Enlarge the window to full size
  385. 61188    Switch to the next document window
  386. 61189    Switch to the previous document window
  387. 61190    Close the active window and prompts to save the documents
  388. 61202    Restore the window to normal size
  389. 61203    Activate Task List
  390. 61215    Activate this window
  391. 61440    Open
  392. 61441    Save As
  393. 61442    All Files (*.*)
  394. 61443    Untitled
  395. 61445    Close print preview mode\nCancel Preview
  396. 61446    an unnamed file
  397. 61457    &Hide
  398. 61472    No error message is available.
  399. 61473    An unsupported operation was attempted.
  400. 61474    A required resource was unavailable.
  401. 61475    Out of memory.
  402. 61476    An unknown error has occurred.
  403. 61504    on %1
  404. 61505    &One Page
  405. 61506    &Two Page
  406. 61507    Page %u
  407. 61508    Page %u\nPages %u-%u\n
  408. 61509    prn
  409. 61510    Output.prn
  410. 61511    Printer Files (*.prn)|*.prn|All Files (*.*)|*.*||
  411. 61512    Print to File
  412. 61513    to %1
  413. 61696    Invalid filename.
  414. 61697    Failed to open document.
  415. 61698    Failed to save document.
  416. 61699    Save changes to %1?
  417. 61700    Failed to create empty document.
  418. 61701    The file is too large to open.
  419. 61702    Could not start print job.
  420. 61703    Failed to launch help.
  421. 61704    Internal application error.
  422. 61705    Command failed.
  423. 61706    Insufficient memory to perform operation.
  424. 61707    System registry entries have been removed and the INI file (if any) was deleted.
  425. 61708    Not all of the system registry entries (or INI file) were removed.
  426. 61709    This program requires the file %s, which was not found on this system.
  427. 61710    This program is linked to the missing export %s in the file %s. This machine may have an incompatible version of %s.
  428. 61712    Please enter an integer.
  429. 61713    Please enter a number.
  430. 61714    Please enter an integer between %1 and %2.
  431. 61715    Please enter a number between %1 and %2.
  432. 61716    Please enter no more than %1 characters.
  433. 61717    Please select a button.
  434. 61718    Please enter an integer between 0 and 255.
  435. 61719    Please enter a positive integer.
  436. 61720    Please enter a date and/or time.
  437. 61721    Please enter a currency.
  438. 61728    Unexpected file format.
  439. 61729    %1\nCannot find this file.\nPlease verify that the correct path and file name are given.
  440. 61730    Destination disk drive is full.
  441. 61731    Unable to read from %1, it is opened by someone else.
  442. 61732    Unable to write to %1, it is read-only or opened by someone else.
  443. 61733    An unexpected error occurred while reading %1.
  444. 61734    An unexpected error occurred while writing %1.
  445. 61836    Unable to read write-only property.
  446. 61837    Unable to write read-only property.
  447. 61840    Unable to load mail system support.
  448. 61841    Mail system DLL is invalid.
  449. 61842    Send Mail failed to send message.
  450. 61856    No error occurred.
  451. 61857    An unknown error occurred while accessing %1.
  452. 61858    %1 was not found.
  453. 61859    %1 contains an invalid path.
  454. 61860    %1 could not be opened because there are too many open files.
  455. 61861    Access to %1 was denied.
  456. 61862    An invalid file handle was associated with %1.
  457. 61863    %1 could not be removed because it is the current directory.
  458. 61864    %1 could not be created because the directory is full.
  459. 61865    Seek failed on %1
  460. 61866    A hardware I/O error was reported while accessing %1.
  461. 61867    A sharing violation occurred while accessing %1.
  462. 61868    A locking violation occurred while accessing %1.
  463. 61869    Disk full while accessing %1.
  464. 61870    An attempt was made to access %1 past its end.
  465. 61872    No error occurred.
  466. 61873    An unknown error occurred while accessing %1.
  467. 61874    An attempt was made to write to the reading %1.
  468. 61875    An attempt was made to access %1 past its end.
  469. 61876    An attempt was made to read from the writing %1.
  470. 61877    %1 has a bad format.
  471. 61878    %1 contained an unexpected object.
  472. 61879    %1 contains an incorrect schema.
  473. 61888    pixels
  474.